Resume a Paused Schedule
{ resumeSchedule }
Resumes the processing of a paused or stopped schedule
Method
/API3/tasks/resumeSchedule
- Enterprise Admin
- Domain Admin
Input Parameters
Name
scheduleId
Type
string
Description
The schedule's system ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP